[]
        
(Showing Draft Content)

data.Table

接口: Table

data.Table

Table of contents

属性

属性

dataSourceId

dataSourceId: string


filters

filters: FilterExpression[]


id

id: string


sql

sql: string


tableName

tableName: string


tableType

tableType: "NativeTable" | "CustomSqlTable" | "UnionTable"


tables

tables: Table[]


unionMap

unionMap: Dictionary<string>[]


unionType

unionType: "None" | "unionAll" | "union"